home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 2000 November: Tool Chest
/
Dev.CD Nov 00 TC Disk 1.toast
/
Sample Code
/
Games
/
SoundSprocketTest
/
TS3TestLoLevel.h
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2000-09-28
|
273 b
|
19 lines
|
[
TEXT/MPS
]
/*
* File: TS3TestLoLevel.h
*
* Copyright © 1996 Apple Computer, Inc.
*/
#ifndef __TS3TestLoLevel__
#define __TS3TestLoLevel__
void TestLoLevel_Init(
void);
void TestLoLevel_Exit(
void);
void TestLoLevel_Preset(
UInt32 index);
#endif /* __TS3TestLoLevel__ */